home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
lang_c
/
bisonpcb
/
tgram.grd
< prev
next >
Wrap
Text File
|
1987-09-17
|
282b
|
20 lines
#include "tgram.att"
extern int yyerror;
extern int yycost;
extern char * yymsg;
extern YYSTYPE yyval;
yyguard(n, yyvsp, yylsp)
register int n;
register YYSTYPE *yyvsp;
register YYLTYPE *yylsp;
{
yyerror = 0;
yycost = 0;
yymsg = 0;
switch (n)
{
}
}